home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2003 December / The Sunday Times - The Month 2003-12.iso / mac / The Month DEC 03 / engine / modules / musts.swf / scripts / DefineButton2_4 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2003-09-04  |  91b  |  5 lines

  1. on(rollOver){
  2.    _parent.doOver(this._name.split("_")[2]);
  3.    _parent.txtOver(this);
  4. }
  5.